|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.beancmpr.matchables.SimpleMatchableMeta
public class SimpleMatchableMeta
A simple implementation of MatchableMetaData
.
Constructor Summary | |
---|---|
SimpleMatchableMeta(MatchDefinition definition,
Map<String,Class<?>> types)
|
Method Summary | |
---|---|
Iterable<String> |
getKeyProperties()
The key property names. |
Iterable<String> |
getOtherProperties()
Other properties that wont be used in the match, but which might be required for information on results. |
Class<?> |
getPropertyType(String name)
Get the property type for a given property name. |
Iterable<String> |
getValueProperties()
The names of the properties of the values that will be compared. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleMatchableMeta(MatchDefinition definition, Map<String,Class<?>> types)
Method Detail |
---|
public Iterable<String> getKeyProperties()
MatchDefinition
getKeyProperties
in interface MatchDefinition
public Iterable<String> getValueProperties()
MatchDefinition
getValueProperties
in interface MatchDefinition
public Iterable<String> getOtherProperties()
MatchDefinition
getOtherProperties
in interface MatchDefinition
public Class<?> getPropertyType(String name)
MatchableMetaData
getPropertyType
in interface MatchableMetaData
name
- The name of the property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |