Class MyfacesProperties.Spi
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Spi
 
 
- 
- Enclosing class:
 - MyfacesProperties
 
public static class MyfacesProperties.Spi extends java.lang.ObjectSpi class of injectionProvider property.. 
- 
- 
Constructor Summary
Constructors Constructor Description Spi() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetInjectionProvider()no description.inthashCode()voidsetInjectionProvider(java.lang.String injectionProvider)no description.java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getInjectionProvider
public java.lang.String getInjectionProvider()
no description. 
- 
setInjectionProvider
public void setInjectionProvider(java.lang.String injectionProvider)
no description. 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
canEqual
protected boolean canEqual(java.lang.Object other)
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -