public interface MappingDiscoverer
| Modifier and Type | Method and Description |
|---|---|
String |
getMapping(Class<?> type)
Returns the mapping associated with the given type.
|
String |
getMapping(Class<?> type,
Method method)
Returns the mapping for the given
Method invoked on the given type. |
String |
getMapping(Method method)
Returns the mapping associated with the given
Method. |
String getMapping(Class<?> type)
type - must not be null.String getMapping(Method method)
Method. This will include the type-level mapping.method - must not be null.String getMapping(Class<?> type, Method method)
Method invoked on the given type. This can be used to calculate the
mapping for a super type method being invoked on a sub-type with a type mapping.type - must not be null.method - must not be null.Copyright © 2012-2016–2017 Pivotal, Inc.. All rights reserved.