Package com.helger.html.js.tostring
Interface IJSToStringConverter
-
- All Known Implementing Classes:
JsonToStringConverter,JSToStringConverter
@MustImplementEqualsAndHashcode public interface IJSToStringConverterInterface that defines the conversion routines to convert an arbitrary Java object to a valid JavaScript object.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringobjectToJSString(Object aObject, JSType aType)Convert an arbitrary JS object to a string.
-