Class ItemIgnore
java.lang.Object
org.springframework.boot.configurationprocessor.metadata.ItemIgnore
- All Implemented Interfaces:
Comparable<ItemIgnore>
Ignored item.
- Since:
- 3.5.0
-
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ItemIgnore other) booleanstatic ItemIgnoreforProperty(String name) Create an ignore for a property with the given name.getName()getType()inthashCode()toString()
-
Method Details
-
getName
-
getType
-
compareTo
- Specified by:
compareToin interfaceComparable<ItemIgnore>
-
forProperty
Create an ignore for a property with the given name.- Parameters:
name- the name- Returns:
- the item ignore
-
equals
-
hashCode
public int hashCode() -
toString
-