T
- The declaring class typeF
- The field typeFieldPredicates
instead to define a field.@Deprecated
public class FieldDefinition<T,F>
extends java.lang.Object
Constructor and Description |
---|
FieldDefinition(java.lang.String name,
java.lang.Class<F> type,
java.lang.Class<T> clazz)
Deprecated.
Create a new
FieldDefinition . |
FieldDefinition(java.lang.String name,
java.lang.Class<F> type,
java.lang.Class<T> clazz,
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations)
Deprecated.
Create a new
FieldDefinition . |
FieldDefinition(java.lang.String name,
java.lang.Class<F> type,
java.lang.Class<T> clazz,
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations,
java.lang.Integer modifiers)
Deprecated.
Create a new
FieldDefinition . |
public FieldDefinition(java.lang.String name, java.lang.Class<F> type, java.lang.Class<T> clazz)
FieldDefinition
.name
- the field name (or regex to match a field name)type
- the filed typeclazz
- the declaring class typepublic FieldDefinition(java.lang.String name, java.lang.Class<F> type, java.lang.Class<T> clazz, java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations)
FieldDefinition
.name
- the field name (or regex to match a field name)type
- the filed typeclazz
- the declaring class typeannotations
- annotations present on the fieldpublic FieldDefinition(java.lang.String name, java.lang.Class<F> type, java.lang.Class<T> clazz, java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> annotations, java.lang.Integer modifiers)
FieldDefinition
.name
- the field name (or regex to match a field name)type
- the filed typeclazz
- the declaring class typeannotations
- annotations present on the fieldmodifiers
- the field modifiersCopyright © 2019. All Rights Reserved.