Uses of Interface
org.fressian.handlers.ILookup
Packages that use ILookup
-
Uses of ILookup in org.fressian
Constructors in org.fressian with parameters of type ILookupModifierConstructorDescriptionFressianReader(InputStream is, ILookup<Object, ReadHandler> handlerLookup) FressianReader(InputStream is, ILookup<Object, ReadHandler> handlerLookup, boolean validateAdler) FressianWriter(OutputStream out, ILookup<Class, Map<String, WriteHandler>> userHandlers) Create a writer that combines userHandlers with the normal type handlers built into Fressian. -
Uses of ILookup in org.fressian.handlers
Methods in org.fressian.handlers that return ILookupModifier and TypeMethodDescriptionstatic ILookup<Class, Map<String, WriteHandler>> WriteHandlerLookup.createLookupChain(ILookup<Class, Map<String, WriteHandler>> userHandlers) Methods in org.fressian.handlers with parameters of type ILookupModifier and TypeMethodDescriptionstatic ILookup<Class, Map<String, WriteHandler>> WriteHandlerLookup.createLookupChain(ILookup<Class, Map<String, WriteHandler>> userHandlers) Constructors in org.fressian.handlers with parameters of type ILookupModifierConstructorDescriptionWriteHandlerLookup(ILookup<Class, Map<String, WriteHandler>> userHandlers) -
Uses of ILookup in org.fressian.impl
Classes in org.fressian.impl that implement ILookupModifier and TypeClassDescriptionclassCachingLookup<K,V> classChainedLookup<K,V> classclassMapLookup<K,V> Fields in org.fressian.impl declared as ILookupModifier and TypeFieldDescriptionstatic final ILookup<Class, Map<String, WriteHandler>> Handlers.coreWriteHandlersstatic final ILookup<Class, Map<String, WriteHandler>> Handlers.extendedWriteHandlersCachingLookup.lookupChainedLookup.lookupsMethods in org.fressian.impl that return ILookupModifier and TypeMethodDescriptionstatic ILookup<Class, Map<String, WriteHandler>> Handlers.customWriteHandlers(ILookup<Class, Map<String, WriteHandler>> userHandlers) static ILookup<Class, Map<String, WriteHandler>> Handlers.defaultWriteHandlers()Methods in org.fressian.impl with parameters of type ILookupModifier and TypeMethodDescriptionstatic ILookup<Class, Map<String, WriteHandler>> Handlers.customWriteHandlers(ILookup<Class, Map<String, WriteHandler>> userHandlers) static <K,V> V Constructors in org.fressian.impl with parameters of type ILookupModifierConstructorDescriptionCachingLookup(ILookup<K, V> lookup) ChainedLookup(ILookup<K, V>... lookups) InheritanceLookup(ILookup lookup)