Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for beans (0.24 sec)

  1. src/main/java/org/codelibs/core/beans/Converter.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.core.beans;
    
    /**
     * 文字列とオブジェクトの変換を行なうインターフェースです。
     *
     * @author higa
     */
    public interface Converter {
    
        /**
         * 値を文字列として返します。
         *
         * @param value
         *            値
         * @return 文字列としての値
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/base/Converter.java

       * However, an implementation may also choose to return {@code true} whenever {@code object} is a
       * {@link Converter} that it considers <i>interchangeable</i> with this one. "Interchangeable"
       * <i>typically</i> means that {@code Objects.equal(this.convert(a), that.convert(a))} is true for
       * all {@code a} of type {@code A} (and similarly for {@code reverse}). Note that a {@code false}
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 23K bytes
    - Viewed (1)
  3. android/guava/src/com/google/common/base/Converter.java

       * However, an implementation may also choose to return {@code true} whenever {@code object} is a
       * {@link Converter} that it considers <i>interchangeable</i> with this one. "Interchangeable"
       * <i>typically</i> means that {@code Objects.equal(this.convert(a), that.convert(a))} is true for
       * all {@code a} of type {@code A} (and similarly for {@code reverse}). Note that a {@code false}
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 23K bytes
    - Viewed (0)
Back to top