| Package | Description |
|---|---|
| org.yarnandtail.andhow.service |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyRegistration> |
PropertyRegistrar.getRegistrationList() |
List<PropertyRegistration> |
AbstractPropertyRegistrar.getRegistrationList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PropertyRegistrationList.add(PropertyRegistration reg)
Adds a registration using the innerPath specified in the passed registration.
|
int |
PropertyRegistration.compareInnerPathTo(PropertyRegistration o)
Equivalent to compareTo for just the inner path class and its fully qualified path.
|
int |
PropertyRegistration.compareRootTo(PropertyRegistration o)
Equivalent to compareTo for just the root class and its fully qualified path.
|
int |
PropertyRegistration.compareTo(PropertyRegistration o)
Comparison that results in sorting from root properties to the most
nested, incrementally by each inner path step.
|
Copyright © 2017. All rights reserved.