Uses of Interface
net.anwiba.tools.generator.java.bean.configuration.IAsObjectMethodFactory
-
Packages that use IAsObjectMethodFactory Package Description net.anwiba.tools.generator.java.bean.configuration -
-
Uses of IAsObjectMethodFactory in net.anwiba.tools.generator.java.bean.configuration
Methods in net.anwiba.tools.generator.java.bean.configuration that return IAsObjectMethodFactory Modifier and Type Method Description IAsObjectMethodFactoryMember. asObjectMethodFactory()Methods in net.anwiba.tools.generator.java.bean.configuration with parameters of type IAsObjectMethodFactory Modifier and Type Method Description voidMemberBuilder. asObject(IAsObjectMethodFactory asObjectMethodFactory)Constructors in net.anwiba.tools.generator.java.bean.configuration with parameters of type IAsObjectMethodFactory 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)
-