Uses of Interface
org.cojen.maker.FieldMaker
-
Uses of FieldMaker in org.cojen.maker
Methods in org.cojen.maker that return FieldMakerModifier and TypeMethodDescriptionAdd a field to the class.FieldMaker.enum_()Indicate that this field is an enum constant.FieldMaker.final_()Switch this field to be final.Set an initial constant value for this field.FieldMaker.private_()Switch this field to be private.FieldMaker.protected_()Switch this field to be protected.FieldMaker.public_()Switch this field to be public.Define a signature for this member, which is a string for supporting generic types.FieldMaker.static_()Switch this field to be static.FieldMaker.synthetic()Indicate that this field is synthetic.FieldMaker.transient_()Switch this field to be transient.FieldMaker.volatile_()Switch this field to be volatile.