Spring Data Commons

org.springframework.data.mapping.model
Class PreferredConstructor.Parameter

java.lang.Object
  extended by org.springframework.data.mapping.model.PreferredConstructor.Parameter
Enclosing class:
PreferredConstructor<T>

public static class PreferredConstructor.Parameter
extends Object


Field Summary
protected  Annotation[] annotations
           
protected  String name
           
protected  Class<?> type
           
protected  Value value
           
 
Constructor Summary
PreferredConstructor.Parameter(String name, Class<?> type, Annotation[] annotations)
           
 
Method Summary
 Annotation[] getAnnotations()
           
 String getName()
           
 Class<?> getType()
           
 Value getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected final String name

type

protected final Class<?> type

annotations

protected final Annotation[] annotations

value

protected Value value
Constructor Detail

PreferredConstructor.Parameter

public PreferredConstructor.Parameter(String name,
                                      Class<?> type,
                                      Annotation[] annotations)
Method Detail

getName

public String getName()

getType

public Class<?> getType()

getAnnotations

public Annotation[] getAnnotations()

getValue

public Value getValue()

Spring Data Commons

Copyright © 2011. All Rights Reserved.