Class FHIRServerUtils


  • public class FHIRServerUtils
    extends Object
    Utility functions used by fhir-server.
    • Constructor Detail

      • FHIRServerUtils

        public FHIRServerUtils()
    • Method Detail

      • getJNDIValue

        public static <T> T getJNDIValue​(String jndiName,
                                         T defaultValue)
        Retrieves the specified JNDI entry and interprets it as a value of type "T".
        Parameters:
        jndiName - the name of the JNDI entry to search for
        defaultValue - the defaultValue to be returned if the JNDI entry isn't found