Uses of Class
io.datarouter.instrumentation.schema.FieldAttributeDto
| Package | Description |
|---|---|
| io.datarouter.instrumentation.schema |
-
Uses of FieldAttributeDto in io.datarouter.instrumentation.schema
Fields in io.datarouter.instrumentation.schema with type parameters of type FieldAttributeDto Modifier and Type Field Description List<FieldAttributeDto>FieldDto. attributesConstructor parameters in io.datarouter.instrumentation.schema with type arguments of type FieldAttributeDto Constructor Description FieldDto(String name, String type, boolean isKey, List<FieldAttributeDto> attributes, boolean isNullable, int order, boolean isFixedLength, Optional<Integer> size)