- java.lang.Object
-
- org.jvnet.jaxb.lang.DefaultHashCodeStrategy
-
- org.jvnet.jaxb.lang.JAXBHashCodeStrategy
-
- All Implemented Interfaces:
HashCodeStrategy
public class JAXBHashCodeStrategy extends DefaultHashCodeStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static JAXBHashCodeStrategyINSTANCE
-
Constructor Summary
Constructors Constructor Description JAXBHashCodeStrategy()JAXBHashCodeStrategy(int multiplierNonZeroOddNumber)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JAXBHashCodeStrategygetInstance()protected inthashCodeInternal(ObjectLocator locator, int hashCode, jakarta.xml.bind.JAXBElement<?> element)protected inthashCodeInternal(ObjectLocator locator, int hashCode, Object value)protected inthashCodeInternal(ObjectLocator locator, int hashCode, List<?> list)-
Methods inherited from class org.jvnet.jaxb.lang.DefaultHashCodeStrategy
hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCodeInternal, hashCodeInternal, hashCodeInternal, hashCodeInternal
-
-
-
-
Field Detail
-
INSTANCE
public static JAXBHashCodeStrategy INSTANCE
-
-
Method Detail
-
hashCodeInternal
protected int hashCodeInternal(ObjectLocator locator, int hashCode, Object value)
- Overrides:
hashCodeInternalin classDefaultHashCodeStrategy
-
hashCodeInternal
protected int hashCodeInternal(ObjectLocator locator, int hashCode, jakarta.xml.bind.JAXBElement<?> element)
-
hashCodeInternal
protected int hashCodeInternal(ObjectLocator locator, int hashCode, List<?> list)
-
getInstance
public static JAXBHashCodeStrategy getInstance()
-
-