Class MyfacesProperties.Spi
- java.lang.Object
-
- org.joinfaces.autoconfigure.myfaces.MyfacesProperties.Spi
-
- Enclosing class:
- MyfacesProperties
public static class MyfacesProperties.Spi extends java.lang.Object
Spi class of injectionProvider property..
-
-
Constructor Summary
Constructors Constructor Description Spi()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getInjectionProvider()
no description.int
hashCode()
void
setInjectionProvider(java.lang.String injectionProvider)
no description.java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-