@ApplicationScoped public class StringBufferConverter extends Object implements Converter<StringBuffer>
Constructor and Description |
---|
StringBufferConverter() |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
convert(Value value)
Converts the supplied
Value into the appropriate kind of
object and returns the result. |
public StringBufferConverter()
public StringBuffer convert(Value value)
Converter
Value
into the appropriate kind of
object and returns the result.
Implementations of this method must not call the Converter.apply(Value)
method.
convert
in interface Converter<StringBuffer>
value
- the Value
to convert; may be null
null
)Copyright © 2019–2020, microBean™. All rights reserved.