|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeAliasAccessor<S>
Interface to abstract implementations of how to access a type alias from a given source or sink.
| Method Summary | |
|---|---|
Object |
readAliasFrom(S source)
Reads the type alias to be used from the given source. |
void |
writeTypeTo(S sink,
Object alias)
Writes the given type alias to the given sink. |
| Method Detail |
|---|
Object readAliasFrom(S source)
source -
void writeTypeTo(S sink,
Object alias)
sink - alias -
|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||