TraversalContext | TraversalContext.registerCollectionHandler(PersistentProperty<?> property, FunctionSE<? super CollectionSE<?>,ObjectSE> handler) |
<T> TraversalContext | TraversalContext.registerHandler(PersistentProperty<?> property, ClassSE<T> type, FunctionSE<? super T,ObjectSE> handler) |
TraversalContext | TraversalContext.registerHandler(PersistentProperty<?> property, FunctionSE<ObjectSE, ObjectSE> handler) |
TraversalContext | TraversalContext.registerListHandler(PersistentProperty<?> property, FunctionSE<? super ListSE<?>,ObjectSE> handler) |
TraversalContext | TraversalContext.registerMapHandler(PersistentProperty<?> property, FunctionSE<? super MapSE<?,?>,ObjectSE> handler) |
TraversalContext | TraversalContext.registerSetHandler(PersistentProperty<?> property, FunctionSE<? super SetSE<?>,ObjectSE> handler) |