|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.core.mapper.PropertyMapper<P,C>
org.chromattic.core.mapper.RelatedPropertyMapper<P,C>
public abstract class RelatedPropertyMapper<P extends PropertyInfo,C extends ObjectContext>
| Field Summary | |
|---|---|
protected java.util.Set<ObjectMapper> |
relatedTypes
. |
| Fields inherited from class org.chromattic.core.mapper.PropertyMapper |
|---|
contextType, info |
| Constructor Summary | |
|---|---|
protected |
RelatedPropertyMapper(java.lang.Class<C> contextType,
P info)
|
| Method Summary | |
|---|---|
abstract java.lang.Class<?> |
getRelatedClass()
|
java.lang.String |
toString()
|
| Methods inherited from class org.chromattic.core.mapper.PropertyMapper |
|---|
get, getInfo, getType, invoke, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Set<ObjectMapper> relatedTypes
| Constructor Detail |
|---|
protected RelatedPropertyMapper(java.lang.Class<C> contextType,
P info)
| Method Detail |
|---|
public abstract java.lang.Class<?> getRelatedClass()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||