Class PropertyAdapterResolver

java.lang.Object
io.higson.runtime.context.PropertyAdapterResolver

public class PropertyAdapterResolver extends Object
  • Constructor Details

    • PropertyAdapterResolver

      public PropertyAdapterResolver()
  • Method Details

    • registerAdapter

      public void registerAdapter(String type, PropertyAdapterFactory factory)
    • unregisterAll

      public void unregisterAll()
    • getAdapter

      public AppCtx getAdapter(Property property)
      Parameters:
      property - property from which adapter should be created
      Returns:
      adapter (as AppCtx) or null if no adapter is registered for this type