Interface StringStringListUnion
-
- All Known Subinterfaces:
StringListUnionValue,StringUnionValue
- All Known Implementing Classes:
StringListUnionValueImpl,StringUnionValueImpl
public interface StringStringListUnion extends Union
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringasString()List<String>asStringList()booleanisString()booleanisStringList()-
Methods inherited from interface io.apicurio.datamodels.models.union.Union
isEntity, isEntityList, isEntityMap, unionValue
-
-