DynamicType.Builder.FieldDefinition.Optional.Valuable<S> |
DynamicType.Builder.AbstractBase.define(java.lang.reflect.Field field) |
Defines a field that is similar to the supplied field but without copying any annotations on the field.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<S> |
DynamicType.Builder.AbstractBase.define(FieldDescription field) |
Defines a field that is similar to the supplied field but without copying any annotations on the field.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<T> |
DynamicType.Builder.define(java.lang.reflect.Field field) |
Defines a field that is similar to the supplied field but without copying any annotations on the field.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<T> |
DynamicType.Builder.define(FieldDescription field) |
Defines a field that is similar to the supplied field but without copying any annotations on the field.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<U> |
DynamicType.Builder.AbstractBase.Adapter.defineField(java.lang.String name,
TypeDefinition type,
int modifiers) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<S> |
DynamicType.Builder.AbstractBase.defineField(java.lang.String name,
java.lang.reflect.Type type,
int modifiers) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<S> |
DynamicType.Builder.AbstractBase.defineField(java.lang.String name,
java.lang.reflect.Type type,
java.util.Collection<? extends ModifierContributor.ForField> modifierContributors) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<S> |
DynamicType.Builder.AbstractBase.defineField(java.lang.String name,
java.lang.reflect.Type type,
ModifierContributor.ForField... modifierContributor) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<S> |
DynamicType.Builder.AbstractBase.defineField(java.lang.String name,
TypeDefinition type,
java.util.Collection<? extends ModifierContributor.ForField> modifierContributors) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<S> |
DynamicType.Builder.AbstractBase.defineField(java.lang.String name,
TypeDefinition type,
ModifierContributor.ForField... modifierContributor) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<U> |
DynamicType.Builder.AbstractBase.Delegator.defineField(java.lang.String name,
TypeDefinition type,
int modifiers) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<T> |
DynamicType.Builder.defineField(java.lang.String name,
java.lang.reflect.Type type,
int modifiers) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<T> |
DynamicType.Builder.defineField(java.lang.String name,
java.lang.reflect.Type type,
java.util.Collection<? extends ModifierContributor.ForField> modifierContributors) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<T> |
DynamicType.Builder.defineField(java.lang.String name,
java.lang.reflect.Type type,
ModifierContributor.ForField... modifierContributor) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<T> |
DynamicType.Builder.defineField(java.lang.String name,
TypeDefinition type,
int modifiers) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<T> |
DynamicType.Builder.defineField(java.lang.String name,
TypeDefinition type,
java.util.Collection<? extends ModifierContributor.ForField> modifierContributors) |
Defines the specified field as a field of the built dynamic type.
|
DynamicType.Builder.FieldDefinition.Optional.Valuable<T> |
DynamicType.Builder.defineField(java.lang.String name,
TypeDefinition type,
ModifierContributor.ForField... modifierContributor) |
Defines the specified field as a field of the built dynamic type.
|