Interface ViewElementAttributeConverter

All Superinterfaces:
Function<Object,String>
All Known Implementing Classes:
DefaultViewElementAttributeConverter

public interface ViewElementAttributeConverter extends Function<Object,String>
API responsible for converting raw attribute values, to valid String values for HTML.
Since:
2.0.0
Author:
Arne Vandamme
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the ObjectMapper bean that should be used for converting objects to JSON value.
  • Method Summary

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Field Details

    • OBJECT_MAPPER_BEAN

      static final String OBJECT_MAPPER_BEAN
      Name of the ObjectMapper bean that should be used for converting objects to JSON value.
      See Also: