org.oddjob.beancmpr.matchables
Interface MatchableMetaData
- All Superinterfaces:
- MatchDefinition
- All Known Implementing Classes:
- SimpleMatchableMeta
public interface MatchableMetaData
- extends MatchDefinition
Meta data that describe a Matchable
.
This is a MatchDefinition
that is able to provide a type
for each property.
- Author:
- rob
getPropertyType
Class<?> getPropertyType(String name)
- Get the property type for a given property name.
- Parameters:
name
- The name of the property.
- Returns:
- The type. Must not be null if the property exists.
Copyright © 2013. All Rights Reserved.