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