Class BridgeResolver
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.bridge.mapping.impl.BridgeResolver
-
public final class BridgeResolver extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBridgeResolver.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifierBinderresolveIdentifierBinderForType(PojoTypeModel<?> sourceType)ValueBinderresolveValueBinderForType(PojoTypeModel<?> sourceType)
-
-
-
Method Detail
-
resolveIdentifierBinderForType
public IdentifierBinder resolveIdentifierBinderForType(PojoTypeModel<?> sourceType)
-
resolveValueBinderForType
public ValueBinder resolveValueBinderForType(PojoTypeModel<?> sourceType)
-
-