org.jenkinsci.plugins
クラス BitbucketSecurityRealm.ConverterImpl

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.BitbucketSecurityRealm.ConverterImpl
すべての実装されたインタフェース:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
含まれているクラス:
BitbucketSecurityRealm

public static final class BitbucketSecurityRealm.ConverterImpl
extends Object
implements com.thoughtworks.xstream.converters.Converter


コンストラクタの概要
BitbucketSecurityRealm.ConverterImpl()
           
 
メソッドの概要
 boolean canConvert(Class type)
           
 void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BitbucketSecurityRealm.ConverterImpl

public BitbucketSecurityRealm.ConverterImpl()
メソッドの詳細

canConvert

public boolean canConvert(Class type)
定義:
インタフェース com.thoughtworks.xstream.converters.ConverterMatcher 内の canConvert

marshal

public void marshal(Object source,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                    com.thoughtworks.xstream.converters.MarshallingContext context)
定義:
インタフェース com.thoughtworks.xstream.converters.Converter 内の marshal

unmarshal

public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                        com.thoughtworks.xstream.converters.UnmarshallingContext context)
定義:
インタフェース com.thoughtworks.xstream.converters.Converter 内の unmarshal


Copyright © 2004-2013. All Rights Reserved.