Uses of Interface
net.anwiba.tools.generator.java.bean.configuration.IValueOfMethodFactory
Packages that use IValueOfMethodFactory
-
Uses of IValueOfMethodFactory in net.anwiba.tools.generator.java.bean.configuration
Methods in net.anwiba.tools.generator.java.bean.configuration that return IValueOfMethodFactoryMethods in net.anwiba.tools.generator.java.bean.configuration with parameters of type IValueOfMethodFactoryModifier and TypeMethodDescriptionvoidMemberBuilder.addValueOf(IValueOfMethodFactory valueOfMethodFactory) Constructors in net.anwiba.tools.generator.java.bean.configuration with parameters of type IValueOfMethodFactoryModifierConstructorDescriptionMember(Type type, String name, Object value, boolean isNullable, boolean isImutable, List<Annotation> annotationConfigurations, String comment, Setter setter, Getter getter, IValueOfMethodFactory valueOfMethodFactory, IAsObjectMethodFactory asObjectMethodFactory)