Class IpfHl7v2ConfigurationProperties


  • @ConfigurationProperties(prefix="ipf.hl7v2")
    public class IpfHl7v2ConfigurationProperties
    extends Object
    • Constructor Detail

      • IpfHl7v2ConfigurationProperties

        public IpfHl7v2ConfigurationProperties()
    • Method Detail

      • setCharset

        public void setCharset​(String charset)
      • getCharset

        public String getCharset()
        Charset used for decoding and encoding HL7 messages
      • isConvertLinefeed

        public boolean isConvertLinefeed()
        Whether to convert line feeds to proper segment separators before parsing starts
      • setConvertLinefeed

        public void setConvertLinefeed​(boolean convertLinefeed)
        Whether to convert line feeds to proper segment separators before parsing starts
      • isCaching

        public boolean isCaching()
        Whether to instantiate a continuation cache
      • setCaching

        public void setCaching​(boolean caching)
        Whether to instantiate a continuation cache
      • getGenerator

        public String getGenerator()
        Whether ID generator to use. One of "file" (default), "uuid", "nano". Alternatively, you can provide your own bean of type IDGenerator.
      • setGenerator

        public void setGenerator​(String generator)
        Whether ID generator to use. One of "file" (default), "uuid", "nano". Alternatively, you can provide your own bean of type IDGenerator.