info.magnolia.jcr.node2bean
Interface TypeMapping

All Known Implementing Classes:
TypeMappingImpl

public interface TypeMapping

Contract for mapping of the type and its properties to appropriate java beans.


Field Summary
static TypeDescriptor MAP_TYPE
           
 
Method Summary
 PropertyTypeDescriptor getPropertyTypeDescriptor(Class<?> beanClass, String propName)
           
 TypeDescriptor getTypeDescriptor(Class<?> beanClass)
           
 

Field Detail

MAP_TYPE

static final TypeDescriptor MAP_TYPE
Method Detail

getPropertyTypeDescriptor

PropertyTypeDescriptor getPropertyTypeDescriptor(Class<?> beanClass,
                                                 String propName)

getTypeDescriptor

TypeDescriptor getTypeDescriptor(Class<?> beanClass)


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.