Uses of Interface
de.iip_ecosphere.platform.support.bytecode.Bytecode.ClassBuilder.FieldBuilder
Packages that use Bytecode.ClassBuilder.FieldBuilder
-
Uses of Bytecode.ClassBuilder.FieldBuilder in de.iip_ecosphere.platform.support.bytecode
Methods in de.iip_ecosphere.platform.support.bytecode that return Bytecode.ClassBuilder.FieldBuilderModifier and TypeMethodDescriptionBytecode.ClassBuilder.FieldAnnotationBuilder.build()Builds the annotation.Bytecode.ClassBuilder.defineProperty(String name, Class<?> type) Defines a Java bean property, i.e., a private field as well as corresponding getter and setter.Bytecode.ClassBuilder.definePublicField(String name, Class<?> type) Defines a public Java field.