Package io.higson.runtime.context
Class PropertyAdapterResolver
java.lang.Object
io.higson.runtime.context.PropertyAdapterResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAdapter(Property property) voidregisterAdapter(String type, PropertyAdapterFactory factory) void
-
Constructor Details
-
PropertyAdapterResolver
public PropertyAdapterResolver()
-
-
Method Details
-
registerAdapter
-
unregisterAll
public void unregisterAll() -
getAdapter
- Parameters:
property- property from which adapter should be created- Returns:
- adapter (as AppCtx) or null if no adapter is registered for this type
-