Uses of Interface
net.anwiba.tools.generator.java.bean.configuration.IValueOfMethodFactory
-
Packages that use IValueOfMethodFactory Package Description net.anwiba.tools.generator.java.bean.configuration -
-
Uses of IValueOfMethodFactory in net.anwiba.tools.generator.java.bean.configuration
Methods in net.anwiba.tools.generator.java.bean.configuration that return IValueOfMethodFactory Modifier and Type Method Description IValueOfMethodFactoryMember. valueOfMethodFactory()Methods in net.anwiba.tools.generator.java.bean.configuration with parameters of type IValueOfMethodFactory Modifier and Type Method Description voidMemberBuilder. addValueOf(IValueOfMethodFactory valueOfMethodFactory)Constructors in net.anwiba.tools.generator.java.bean.configuration with parameters of type IValueOfMethodFactory Constructor Description Member(Type type, java.lang.String name, java.lang.Object value, boolean isNullable, boolean isImutable, java.util.List<Annotation> annotationConfigurations, java.lang.String comment, Setter setter, Getter getter, IValueOfMethodFactory valueOfMethodFactory, IAsObjectMethodFactory asObjectMethodFactory)
-