T - Tag type.V - Value type.public interface TagConverter<T extends Tag,V>
| Modifier and Type | Method and Description |
|---|---|
V |
convert(T tag)
Converts a tag to a value.
|
T |
convert(V value)
Converts a value to a tag.
|
Copyright © 2021. All rights reserved.