|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.data.mapping.PreferredConstructor.Parameter<T>
T
- the type of the paramterpublic static class PreferredConstructor.Parameter<T>
Value object to represent constructor parameters.
Constructor Summary | |
---|---|
PreferredConstructor.Parameter(String name,
TypeInformation<T> type,
Annotation[] annotations)
Creates a new PreferredConstructor.Parameter with the given name, TypeInformation as well as an array of
Annotation s. |
Method Summary | |
---|---|
String |
getKey()
Returns the key to be used when looking up a source data structure to populate the actual parameter value. |
String |
getName()
Returns the name of the parameter or null if none was given. |
Class<T> |
getRawType()
Returns the raw resolved type of the parameter. |
TypeInformation<T> |
getType()
Returns the TypeInformation of the parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreferredConstructor.Parameter(String name, TypeInformation<T> type, Annotation[] annotations)
PreferredConstructor.Parameter
with the given name, TypeInformation
as well as an array of
Annotation
s. Will insprect the annotations for an Value
annotation to lookup a key or an SpEL
expression to be evaluated.
name
- the name of the parameter, can be nulltype
- must not be nullannotations
- must not be null but can be emptyMethod Detail |
---|
public String getName()
public TypeInformation<T> getType()
TypeInformation
of the parameter.
public Class<T> getRawType()
public String getKey()
|
Spring Data Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |