Uses of Class
io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
-
Packages that use BIRType Package Description io.mosip.kernel.core.cbeffutil.common io.mosip.kernel.core.cbeffutil.entity io.mosip.kernel.core.cbeffutil.jaxbclasses io.mosip.kernel.core.cbeffutil.spi -
-
Uses of BIRType in io.mosip.kernel.core.cbeffutil.common
Methods in io.mosip.kernel.core.cbeffutil.common that return BIRType Modifier and Type Method Description static BIRTypeCbeffValidator. getBIRFromXML(byte[] fileBytes)Method used for BIR TypeMethods in io.mosip.kernel.core.cbeffutil.common that return types with arguments of type BIRType Modifier and Type Method Description static List<BIRType>CbeffValidator. getBIRDataFromXMLType(byte[] xmlBytes, String type)Methods in io.mosip.kernel.core.cbeffutil.common with parameters of type BIRType Modifier and Type Method Description static byte[]CbeffValidator. createXMLBytes(BIRType bir, byte[] xsd)Method used for creating XML bytes using JAXBstatic Map<String,String>CbeffValidator. getAllBDBData(BIRType bir, String type, String subType)static Map<String,String>CbeffValidator. getBDBBasedOnTypeAndSubType(BIRType bir, String type, String subType)Method used for searching Cbeff data based on type and subtypestatic booleanCbeffValidator. validateXML(BIRType bir)Method used for custom validation of the BIRMethod parameters in io.mosip.kernel.core.cbeffutil.common with type arguments of type BIRType Modifier and Type Method Description static List<BIR>CbeffValidator. convertBIRTypeToBIR(List<BIRType> birType) -
Uses of BIRType in io.mosip.kernel.core.cbeffutil.entity
Methods in io.mosip.kernel.core.cbeffutil.entity that return BIRType Modifier and Type Method Description BIRTypeBIR. toBIRType(BIR bir) -
Uses of BIRType in io.mosip.kernel.core.cbeffutil.jaxbclasses
Fields in io.mosip.kernel.core.cbeffutil.jaxbclasses with type parameters of type BIRType Modifier and Type Field Description protected List<BIRType>BIRType. birMethods in io.mosip.kernel.core.cbeffutil.jaxbclasses that return BIRType Modifier and Type Method Description BIRTypeObjectFactory. createBIRType()Create an instance ofBIRTypeMethods in io.mosip.kernel.core.cbeffutil.jaxbclasses that return types with arguments of type BIRType Modifier and Type Method Description javax.xml.bind.JAXBElement<BIRType>ObjectFactory. createBIR(BIRType value)List<BIRType>BIRType. getBIR()Gets the value of the bir property.Methods in io.mosip.kernel.core.cbeffutil.jaxbclasses with parameters of type BIRType Modifier and Type Method Description javax.xml.bind.JAXBElement<BIRType>ObjectFactory. createBIR(BIRType value)Method parameters in io.mosip.kernel.core.cbeffutil.jaxbclasses with type arguments of type BIRType Modifier and Type Method Description voidBIRType. setBir(List<BIRType> bir) -
Uses of BIRType in io.mosip.kernel.core.cbeffutil.spi
Methods in io.mosip.kernel.core.cbeffutil.spi that return types with arguments of type BIRType Modifier and Type Method Description List<BIRType>CbeffUtil. getBIRDataFromXML(byte[] xmlBytes)List<BIRType>CbeffUtil. getBIRDataFromXMLType(byte[] xmlBytes, String type)Method parameters in io.mosip.kernel.core.cbeffutil.spi with type arguments of type BIRType Modifier and Type Method Description List<BIR>CbeffUtil. convertBIRTypeToBIR(List<BIRType> birType)
-