|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.core.mapper.PropertyMapper<P>
org.chromattic.core.mapper.RelatedPropertyMapper<P>
public abstract class RelatedPropertyMapper<P extends PropertyInfo>
| Field Summary | |
|---|---|
protected java.util.Set<TypeMapper> |
relatedTypes
. |
| Fields inherited from class org.chromattic.core.mapper.PropertyMapper |
|---|
info |
| Constructor Summary | |
|---|---|
protected |
RelatedPropertyMapper(P info)
|
| Method Summary | |
|---|---|
abstract java.lang.Class<?> |
getRelatedClass()
|
java.util.Set<TypeMapper> |
getRelatedTypes()
|
java.lang.String |
toString()
|
| Methods inherited from class org.chromattic.core.mapper.PropertyMapper |
|---|
get, getInfo, 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<TypeMapper> relatedTypes
| Constructor Detail |
|---|
protected RelatedPropertyMapper(P info)
| Method Detail |
|---|
public java.util.Set<TypeMapper> getRelatedTypes()
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 | |||||||||