Package org.jboss.hal.ballroom.form
Interface TagsMapping<T>
-
- Type Parameters:
T- the collection type
public interface TagsMapping<T>Maps tags from and to the specified type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringasString(T value)TparseTag(String tag)List<String>tags(T value)default TagsManager.Validatorvalidator()
-