@Override public boolean hasConstraints() { if (beanDescriptor.isBeanConstrained() || !beanDescriptor.getConstrainedConstructors().isEmpty() || !beanDescriptor.getConstrainedMethods(MethodType.NON_GETTER, MethodType.GETTER).isEmpty()) { return true; } return false; }
@Override public Set<MethodDescriptor> getConstrainedMethods(final MethodType methodType, final MethodType... methodTypes) { throw new UnsupportedOperationException(); }
@Override public Set<MethodDescriptor> getConstrainedMethods(final MethodType pmethodType, final MethodType... pmethodTypes) { // TODO Auto-generated method stub return null; }