Package org.joda.beans
Interface MetaBeanProvider
-
public interface MetaBeanProviderA provider ofMetaBeaninstances for bean classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetaBeanfindMetaBean(Class<?> cls)Returns the meta bean for the class or null if no meta bean can be found.
-