Uses of Interface
org.ops4j.pax.reflector.spi.TypeHandler

Packages that use TypeHandler
org.ops4j.pax.reflector.impl Implementation of the Reflector facility. 
org.ops4j.pax.reflector.spi   
org.ops4j.pax.reflector.typehandlers Implementation of additional TypeHandlers, which are required to provide proper handling of these special types. 
 

Uses of TypeHandler in org.ops4j.pax.reflector.impl
 

Methods in org.ops4j.pax.reflector.impl that return types with arguments of type TypeHandler
 List<TypeHandler> ReflectorImpl.getTypeHandlers()
           
 

Methods in org.ops4j.pax.reflector.impl with parameters of type TypeHandler
 void ReflectorImpl.addTypeHandler(TypeHandler handler)
           
 void ReflectorImpl.removeTypeHandler(TypeHandler handler)
           
 

Uses of TypeHandler in org.ops4j.pax.reflector.spi
 

Methods in org.ops4j.pax.reflector.spi with parameters of type TypeHandler
 void ReflectorProvider.addTypeHandler(TypeHandler handler)
          Adds a TypeHandler.
 void ReflectorProvider.removeTypeHandler(TypeHandler handler)
          Removes a TypeHandler from the ReflectorProvider.
 

Uses of TypeHandler in org.ops4j.pax.reflector.typehandlers
 

Classes in org.ops4j.pax.reflector.typehandlers that implement TypeHandler
 class AbstractObjectTypeHandler
           
 class ArrayTypeHandler
           
 class CollectionTypeHandler
           
 class DictionaryTypeHandler
           
 class MapTypeHandler
           
 class ObjectTypeHandler
           
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.