T
- represented Java typepublic interface Type<T> extends Supplier<T>
Each type is a wrapper around the Java type it represents and which can be
retrieved using Supplier.get()
.
Modifier and Type | Method and Description |
---|---|
String |
serialize()
Serialize.
|
StringBuilder |
serializeTo(StringBuilder sb)
Serialize to an existing
StringBuilder . |
StringBuilder serializeTo(StringBuilder sb)
StringBuilder
.sb
- where to serialize toStringBuilder
so calls can be chained.String serialize()
Copyright © 2021 The Apache Software Foundation. All rights reserved.