Skip to main content

UserSettingsWrapper

Package: velox.api.layer1.simplified

Type: Class

Inheritance: java.lang.Object รขโ€ โ€™ UserSettingsWrapper

Constructorsโ€‹

UserSettingsWrapperโ€‹

public UserSettingsWrapper()

Methodsโ€‹

wrapโ€‹

public void wrap(Object object)

unwrapโ€‹

public <T> T unwrap(Class<T> cl, Class<?> customDeserializedType, Class<?> customDeserializerType)

unwrapโ€‹

public <T> T unwrap(Class<T> cl)

Inherited Methodsโ€‹

From java.lang.Object:

  • clone()
  • equals(Object)
  • finalize()
  • getClass()
  • hashCode()
  • notify()
  • notifyAll()
  • toString()
  • wait()
  • wait(long)
  • wait(long, int)