Details
-
New Feature
-
Resolution: Done
-
Minor
-
None
-
None
-
All
-
GreenHopper Ranking:0|i207cz:
-
9223372036854775807
-
Small
Description
On record schema
add method :
Entry getEntry(String name);
This could help many place where getEntries().toStream().filter().findFirst ... is used.
And perhaps a SchemaPointer interface as RecordPointer
interface SchemaPointer {
Entry getEntry(Schema schema);
}