Interface CompositeType

    • Method Detail

      • getFieldType

        scala.Option<String> getFieldType​(String field)
        Returns an optional containing the type of the given field, if the field is present, or an empty optional otherwise.

        Parameters:
        field - field
        Returns:
        an optional containing the type of the given field, if the field is present, or an empty optional otherwise
      • getFields

        scala.collection.immutable.Seq<String> getFields()
        Returns all the fields.

        Returns:
        all the fields