Class PropertyResolverConverter

java.lang.Object
org.apache.wicket.core.util.lang.PropertyResolverConverter
All Implemented Interfaces:
Serializable, IClusterable

public class PropertyResolverConverter extends Object implements IClusterable
Author:
jcompagner
See Also:
  • Constructor Details

  • Method Details

    • convert

      public <T> T convert(Object object, Class<T> clz)
      Type Parameters:
      T - target type
      Parameters:
      object -
      clz -
      Returns:
      converted value of the type given, or null if the value cannot be converted to the given type.
    • convertToString

      protected <C> String convertToString(C object, Locale locale)