public interface TypeContext<T>
Modifier and Type | Method and Description |
---|---|
default T |
enforce(T object)
Will force the object to conform to the context's specification.
|
String |
format(Object object) |
T |
parse(CharSequence text) |
Copyright © 2019 Optimatika. All rights reserved.