Class Hl7v3FunctionsInitializer

java.lang.Object
org.herasaf.xacml.core.simplePDP.initializers.jaxb.typeadapter.AbstractJaxbTypeAdapterInitializer<org.herasaf.xacml.core.function.Function>
org.herasaf.xacml.core.simplePDP.initializers.jaxb.typeadapter.xacml20.functions.AbstractFunctionsJaxbTypeAdapterInitializer
org.openehealth.ipf.commons.ihe.xacml20.herasaf.Hl7v3FunctionsInitializer
All Implemented Interfaces:
org.herasaf.xacml.core.simplePDP.initializers.api.Initializer

public class Hl7v3FunctionsInitializer extends org.herasaf.xacml.core.simplePDP.initializers.jaxb.typeadapter.xacml20.functions.AbstractFunctionsJaxbTypeAdapterInitializer
Since:
3.5.1
Author:
Dmytro Rud
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,org.herasaf.xacml.core.function.Function>
     

    Methods inherited from class org.herasaf.xacml.core.simplePDP.initializers.jaxb.typeadapter.xacml20.functions.AbstractFunctionsJaxbTypeAdapterInitializer

    setInstancesIntoTypeAdapter

    Methods inherited from class org.herasaf.xacml.core.simplePDP.initializers.jaxb.typeadapter.AbstractJaxbTypeAdapterInitializer

    createInstances, run

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Hl7v3FunctionsInitializer

      public Hl7v3FunctionsInitializer()
  • Method Details

    • createTypeInstances

      protected Map<String,org.herasaf.xacml.core.function.Function> createTypeInstances()
      Specified by:
      createTypeInstances in class org.herasaf.xacml.core.simplePDP.initializers.jaxb.typeadapter.AbstractJaxbTypeAdapterInitializer<org.herasaf.xacml.core.function.Function>