jdk/src/share/classes/javax/management/openmbean/CompositeDataInvocationHandler.java
changeset 21656 d4c777ccb1db
parent 18220 1d724730bd2c
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
    78                               new Class[] {NamedNumber.class},
    78                               new Class[] {NamedNumber.class},
    79                               handler);
    79                               handler);
    80    </pre>
    80    </pre>
    81    </blockquote>
    81    </blockquote>
    82 
    82 
    83    A call to {@code nn.getNumber()} will then return <b>5</b>.</p>
    83    A call to {@code nn.getNumber()} will then return <b>5</b>.
    84 
    84 
    85    <p>If the first letter of the property defined by a getter is a
    85    <p>If the first letter of the property defined by a getter is a
    86    capital, then this handler will look first for an item in the
    86    capital, then this handler will look first for an item in the
    87    {@code CompositeData} beginning with a capital, then, if that is
    87    {@code CompositeData} beginning with a capital, then, if that is
    88    not found, for an item beginning with the corresponding lowercase
    88    not found, for an item beginning with the corresponding lowercase