org.springframework.boot.convert

Annotation Type Delimiter

    • Field Summary

      Fields 
      Modifier and Type Fields and Description
      static String NONE
      A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      String value
      The delimiter to use or NONE if the entire contents should be treated as a single element.
    • Field Detail

      • NONE

        public static final String NONE
        A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
    • Element Detail

      • value

        public abstract String value
        The delimiter to use or NONE if the entire contents should be treated as a single element.
        Returns:
        the delimiter

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.